3.42 \(\int \frac{(a+b x) (a c-b c x)^5}{x^{12}} \, dx\)

Optimal. Leaf size=87 \[ -\frac{a^6 c^5}{11 x^{11}}+\frac{2 a^5 b c^5}{5 x^{10}}-\frac{5 a^4 b^2 c^5}{9 x^9}+\frac{5 a^2 b^4 c^5}{7 x^7}-\frac{2 a b^5 c^5}{3 x^6}+\frac{b^6 c^5}{5 x^5} \]

[Out]

-(a^6*c^5)/(11*x^11) + (2*a^5*b*c^5)/(5*x^10) - (5*a^4*b^2*c^5)/(9*x^9) + (5*a^2
*b^4*c^5)/(7*x^7) - (2*a*b^5*c^5)/(3*x^6) + (b^6*c^5)/(5*x^5)

_______________________________________________________________________________________

Rubi [A]  time = 0.0988411, antiderivative size = 87, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.05 \[ -\frac{a^6 c^5}{11 x^{11}}+\frac{2 a^5 b c^5}{5 x^{10}}-\frac{5 a^4 b^2 c^5}{9 x^9}+\frac{5 a^2 b^4 c^5}{7 x^7}-\frac{2 a b^5 c^5}{3 x^6}+\frac{b^6 c^5}{5 x^5} \]

Antiderivative was successfully verified.

[In]  Int[((a + b*x)*(a*c - b*c*x)^5)/x^12,x]

[Out]

-(a^6*c^5)/(11*x^11) + (2*a^5*b*c^5)/(5*x^10) - (5*a^4*b^2*c^5)/(9*x^9) + (5*a^2
*b^4*c^5)/(7*x^7) - (2*a*b^5*c^5)/(3*x^6) + (b^6*c^5)/(5*x^5)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 32.0212, size = 87, normalized size = 1. \[ - \frac{a^{6} c^{5}}{11 x^{11}} + \frac{2 a^{5} b c^{5}}{5 x^{10}} - \frac{5 a^{4} b^{2} c^{5}}{9 x^{9}} + \frac{5 a^{2} b^{4} c^{5}}{7 x^{7}} - \frac{2 a b^{5} c^{5}}{3 x^{6}} + \frac{b^{6} c^{5}}{5 x^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x+a)*(-b*c*x+a*c)**5/x**12,x)

[Out]

-a**6*c**5/(11*x**11) + 2*a**5*b*c**5/(5*x**10) - 5*a**4*b**2*c**5/(9*x**9) + 5*
a**2*b**4*c**5/(7*x**7) - 2*a*b**5*c**5/(3*x**6) + b**6*c**5/(5*x**5)

_______________________________________________________________________________________

Mathematica [A]  time = 0.010419, size = 73, normalized size = 0.84 \[ c^5 \left (-\frac{a^6}{11 x^{11}}+\frac{2 a^5 b}{5 x^{10}}-\frac{5 a^4 b^2}{9 x^9}+\frac{5 a^2 b^4}{7 x^7}-\frac{2 a b^5}{3 x^6}+\frac{b^6}{5 x^5}\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[((a + b*x)*(a*c - b*c*x)^5)/x^12,x]

[Out]

c^5*(-a^6/(11*x^11) + (2*a^5*b)/(5*x^10) - (5*a^4*b^2)/(9*x^9) + (5*a^2*b^4)/(7*
x^7) - (2*a*b^5)/(3*x^6) + b^6/(5*x^5))

_______________________________________________________________________________________

Maple [A]  time = 0.008, size = 62, normalized size = 0.7 \[{c}^{5} \left ( -{\frac{{a}^{6}}{11\,{x}^{11}}}+{\frac{2\,{a}^{5}b}{5\,{x}^{10}}}+{\frac{5\,{a}^{2}{b}^{4}}{7\,{x}^{7}}}-{\frac{5\,{a}^{4}{b}^{2}}{9\,{x}^{9}}}+{\frac{{b}^{6}}{5\,{x}^{5}}}-{\frac{2\,a{b}^{5}}{3\,{x}^{6}}} \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x+a)*(-b*c*x+a*c)^5/x^12,x)

[Out]

c^5*(-1/11*a^6/x^11+2/5*a^5*b/x^10+5/7*a^2*b^4/x^7-5/9*a^4*b^2/x^9+1/5*b^6/x^5-2
/3*a*b^5/x^6)

_______________________________________________________________________________________

Maxima [A]  time = 1.35577, size = 101, normalized size = 1.16 \[ \frac{693 \, b^{6} c^{5} x^{6} - 2310 \, a b^{5} c^{5} x^{5} + 2475 \, a^{2} b^{4} c^{5} x^{4} - 1925 \, a^{4} b^{2} c^{5} x^{2} + 1386 \, a^{5} b c^{5} x - 315 \, a^{6} c^{5}}{3465 \, x^{11}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(b*c*x - a*c)^5*(b*x + a)/x^12,x, algorithm="maxima")

[Out]

1/3465*(693*b^6*c^5*x^6 - 2310*a*b^5*c^5*x^5 + 2475*a^2*b^4*c^5*x^4 - 1925*a^4*b
^2*c^5*x^2 + 1386*a^5*b*c^5*x - 315*a^6*c^5)/x^11

_______________________________________________________________________________________

Fricas [A]  time = 0.193093, size = 101, normalized size = 1.16 \[ \frac{693 \, b^{6} c^{5} x^{6} - 2310 \, a b^{5} c^{5} x^{5} + 2475 \, a^{2} b^{4} c^{5} x^{4} - 1925 \, a^{4} b^{2} c^{5} x^{2} + 1386 \, a^{5} b c^{5} x - 315 \, a^{6} c^{5}}{3465 \, x^{11}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(b*c*x - a*c)^5*(b*x + a)/x^12,x, algorithm="fricas")

[Out]

1/3465*(693*b^6*c^5*x^6 - 2310*a*b^5*c^5*x^5 + 2475*a^2*b^4*c^5*x^4 - 1925*a^4*b
^2*c^5*x^2 + 1386*a^5*b*c^5*x - 315*a^6*c^5)/x^11

_______________________________________________________________________________________

Sympy [A]  time = 3.17057, size = 80, normalized size = 0.92 \[ \frac{- 315 a^{6} c^{5} + 1386 a^{5} b c^{5} x - 1925 a^{4} b^{2} c^{5} x^{2} + 2475 a^{2} b^{4} c^{5} x^{4} - 2310 a b^{5} c^{5} x^{5} + 693 b^{6} c^{5} x^{6}}{3465 x^{11}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x+a)*(-b*c*x+a*c)**5/x**12,x)

[Out]

(-315*a**6*c**5 + 1386*a**5*b*c**5*x - 1925*a**4*b**2*c**5*x**2 + 2475*a**2*b**4
*c**5*x**4 - 2310*a*b**5*c**5*x**5 + 693*b**6*c**5*x**6)/(3465*x**11)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.23757, size = 101, normalized size = 1.16 \[ \frac{693 \, b^{6} c^{5} x^{6} - 2310 \, a b^{5} c^{5} x^{5} + 2475 \, a^{2} b^{4} c^{5} x^{4} - 1925 \, a^{4} b^{2} c^{5} x^{2} + 1386 \, a^{5} b c^{5} x - 315 \, a^{6} c^{5}}{3465 \, x^{11}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(b*c*x - a*c)^5*(b*x + a)/x^12,x, algorithm="giac")

[Out]

1/3465*(693*b^6*c^5*x^6 - 2310*a*b^5*c^5*x^5 + 2475*a^2*b^4*c^5*x^4 - 1925*a^4*b
^2*c^5*x^2 + 1386*a^5*b*c^5*x - 315*a^6*c^5)/x^11